Fix documentation syntax
authorMatthias Clasen <mclasen@redhat.com>
Thu, 20 May 2021 23:16:59 +0000 (19:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 May 2021 23:16:59 +0000 (19:16 -0400)
Properties use : in their link syntax.

gtk/gtkgridview.c
gtk/gtklistview.c

index 3de7f2f7c27573c44232e0b20a247f83c0917430..8a8b2f13464db3a7c906a734bae3f0865dade682 100644 (file)
@@ -73,7 +73,7 @@
  * ```
  *
  * `GtkGridView` uses a single CSS node with name `gridview`. Each child uses
- * a single CSS node with name `child`. If the [property@Gtk.ListItem.activatable]
+ * a single CSS node with name `child`. If the [property@Gtk.ListItem:activatable]
  * property is set, the corresponding row will have the `.activatable` style
  * class. For rubberband selection, a subnode with name `rubberband` is used.
  *
index 624bfbd4fd92cea5a04d5c16c84f133984b72718..c1476b1fe524d9bd53bc0421af38a75ae25f4b1c 100644 (file)
  * `GtkListView` uses a single CSS node named `listview`. It may carry the
  * `.separators` style class, when [property@Gtk.ListView:show-separators]
  * property is set. Each child widget uses a single CSS node named `row`.
- * If the [property@Gtk.ListItem.activatable] property is set, the
+ * If the [property@Gtk.ListItem:activatable] property is set, the
  * corresponding row will have the `.activatable` style class. For
  * rubberband selection, a node with name `rubberband` is used.
  *